User Info
This endpoint returns user information for the specified account. You can use the following endpoint to retrieve this information.
https://api.coindcx.com/exchange/v1/users/info
This API endpoint returns the following response:
[
{
"coindcx_id": "fda259ce-22fc-11e9-ba72-ef9b29b5db2b",
"first_name": "First name",
"last_name": "Last name",
"mobile_number": "000000000",
"email": "[email protected]"
}
]
| Parameter | Description |
|---|---|
| coindcx_id | Indicaes the unique id associated with your the CoinDCX account. |
| first_name | Indicates the first name. |
| last_name | Indicates the last name. |
| mobile_number | Indicates the mobile number associated with the account. |
| Indicates the email id associated with the account. |
note
To access user balance and user info endpoints on the CoinDCX API, you will require API Key and secret. You can find the process for aquiring them here.